Conversation
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 6. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v3...v6) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
There was a problem hiding this comment.
Pull request overview
This PR updates the actions/setup-node GitHub Action from versions 3 and 4 to version 6 across three workflow files. The upgrade includes breaking changes in v5 (automatic caching and node24 runtime requirement) and v6 (npm-only automatic caching), but these changes are compatible with the existing workflow configurations. The workflows use ubuntu-latest runners which should have the required runner version (v2.327.1+) for node24 support.
Changes:
- Updated
actions/setup-nodefrom v4 to v6 in self-healing.yml (Node 20) - Updated
actions/setup-nodefrom v3 to v6 in deploy.yml (Node 18) - Updated
actions/setup-nodefrom v4 to v6 in auto-deploy.yml (Node 20 with explicit npm cache)
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/workflows/self-healing.yml | Updates setup-node from v4 to v6 for dependency update automation |
| .github/workflows/deploy.yml | Updates setup-node from v3 to v6 for Cloudflare Pages deployment |
| .github/workflows/auto-deploy.yml | Updates setup-node from v4 to v6 for auto-deployment workflow with npm caching |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Bumps actions/setup-node from 3 to 6.
Release notes
Sourced from actions/setup-node's releases.
... (truncated)
Commits
6044e13Docs: bump actions/checkout from v5 to v6 (#1468)8e49463Fix README typo (#1226)621ac41README.md: bump to latest released checkout version v6 (#1446)2951748Bump@actions/cacheto v5.0.1 (#1449)21ddc7bCorrect mirror option typos (#1442)65d868fUpdate Documentation for Lockfile (#1454)395ad32Bump js-yaml from 3.14.1 to 3.14.2 (#1435)a4d2e2bBump actions/checkout from 5 to 6 (#1439)b9b25d4Remove always-auth configuration handling from action (#1436)633bb92Bump@actions/cachefrom 4.0.3 to 4.1.0 (#1384)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)